home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / misc / ImageFXDevKit.lha / sdev / include / scan2 / pragmas.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-10-02  |  171 b   |  12 lines

  1. #ifndef SCAN2_PRAGMAS_H
  2.  
  3. #ifdef LATTICE
  4. #include <scan2/scan_pragmas_sas.h>
  5. #endif
  6. #ifdef _DCC
  7. #include <scan2/scan_pragmas_dice.h>
  8. #endif
  9.  
  10. #define SCAN2_PRAGMAS_H
  11. #endif
  12.